| Einhugur OpenDocument Text Plugin for Xojo |
|
Table.ApplyFieldData Method
Applies field data to the given Table and its nested child Paragraphs and child tables only.

ApplyFieldData(
fieldName
as String,
data
as String)
Parameters
- fieldName
- Name of the field to fill in.
- data
- Data to fill into the field.
Remarks
See Also
Table Class